object ShutAppForm: TShutAppForm Left = 320 Top = 388 BorderStyle = bsDialog ClientHeight = 217 ClientWidth = 363 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 72 Top = 16 Width = 275 Height = 26 Caption = 'This program is not responding. It may be busy, waiting for a re' + 'sponse from you, or it may have stopped running.' WordWrap = True end object Label2: TLabel Left = 72 Top = 64 Width = 228 Height = 13 Caption = '- Click Cancel to ignore and return to Windows.' end object Label3: TLabel Left = 72 Top = 96 Width = 262 Height = 26 Caption = '- To close this program immediately, click End Task.'#13' You w' + 'ill lose any unsaved information in this program.' WordWrap = True end object Image1: TImage Left = 8 Top = 16 Width = 49 Height = 49 AutoSize = True end object Button1: TButton Left = 80 Top = 184 Width = 75 Height = 25 Caption = 'End Task' Default = True ModalResult = 100 TabOrder = 0 end object Button2: TButton Left = 168 Top = 184 Width = 75 Height = 25 Caption = 'Wait' ModalResult = 101 TabOrder = 1 end object Button3: TButton Left = 256 Top = 184 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end